Skip to content

Comments

Add r7rs dependency parsing capabilities#22

Merged
ufo5260987423 merged 6 commits intoMoganLab:mainfrom
VSteveHL:ospp-dependency
Jul 17, 2025
Merged

Add r7rs dependency parsing capabilities#22
ufo5260987423 merged 6 commits intoMoganLab:mainfrom
VSteveHL:ospp-dependency

Conversation

@VSteveHL
Copy link
Collaborator

I think the current analysis/dependency/rules/library-import.sls is powerful enough to handle dependency resolution for r7rs.

Added two new tests in tests/analysis/dependency/rules/test-library-import.sps

Copied two files from goldfish scheme for testing

VSteveHL added 4 commits July 15, 2025 14:18
…obust enough to handle the r7rs situation.

Added two new tests in tests/analysis/dependency/rules/test-library-import.sps
(match expression
[('library _ **1 ) (map match-import (index-node-children index-node))]
; [('define-library _ **1 ) (map match-import (index-node-children index-node))]
[('define-library _ **1 ) (map match-import (index-node-children index-node))]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should revert to previous status.

VSteveHL added 2 commits July 17, 2025 10:02
add tests for r7rs in tests/analysis/dependency/test-file-linkage.sps
@ufo5260987423 ufo5260987423 merged commit 4d8deb8 into MoganLab:main Jul 17, 2025
1 check passed
@VSteveHL VSteveHL deleted the ospp-dependency branch July 21, 2025 02:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants